github.com/go-pg/migrations/v8.Collection.down (method)

3 uses

	github.com/go-pg/migrations/v8 (current package)
		collection.go#L481: 		newVersion, err = c.down(db, tx, migrations, version)
		collection.go#L494: 			newVersion, err = c.down(db, tx, migrations, version)
		collection.go#L588: func (c *Collection) down(db DB, tx *pg.Tx, migrations []*Migration, oldVersion int64) (int64, error) {